net/http.http2serverConn.sendServeMsg (method)

8 uses

	net/http (current package)
		h2_bundle.go#L4853: func (sc *http2serverConn) onSettingsTimer() { sc.sendServeMsg(http2settingsTimerMsg) }
		h2_bundle.go#L4855: func (sc *http2serverConn) onIdleTimer() { sc.sendServeMsg(http2idleTimerMsg) }
		h2_bundle.go#L4857: func (sc *http2serverConn) onShutdownTimer() { sc.sendServeMsg(http2shutdownTimerMsg) }
		h2_bundle.go#L4859: func (sc *http2serverConn) sendServeMsg(msg interface{}) {
		h2_bundle.go#L5215: 	sc.shutdownOnce.Do(func() { sc.sendServeMsg(http2gracefulShutdownMsg) })
		h2_bundle.go#L6169: 	defer sc.sendServeMsg(http2handlerDoneMsg)
		h2_bundle.go#L6599: 	w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
		h2_bundle.go#L6625: 	w.rws.conn.sendServeMsg(func(sc *http2serverConn) {